home *** CD-ROM | disk | FTP | other *** search
/ JavaScript CD Cookbook / JavaScript CD Cookbook.iso / pc / contents.txt < prev    next >
Encoding:
Text File  |  1997-11-20  |  5.4 KB  |  202 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. O1998 Charles River Media. All rights reserved
  7. JavaScript CD-ROM Cookbook TOC Revision Proposal
  8. Authors:  Erica Sadun / J. Brook Monroe
  9. ISBN: 1-886801-65-7
  10.  
  11. N.B.  **by an item indicates new or revised material. "Chapter"  titles in bold.
  12.  
  13. Welcome to This CD-ROM
  14.  
  15. Introducing JavaScript
  16.  
  17. Communicating with Readers
  18.  
  19. Hello World 
  20.     v.1: JavaScript in HTMLHello World 
  21.     v.2: A Function Call Hello World 
  22.     v.3: An Alert Hello World 
  23.     v.4: The Status Bar Hello World 
  24.     v.5: Confirm Dialog Hello World 
  25.     v.6: Writing to Another Frame Hello World 
  26. **v.7: Creating a Popup Window Hello World 
  27. **v.8: Using a Prompt Hello World 
  28. **v.9: Using Links Overview of Dialog Elements 
  29.  
  30. **JavaScript Environment
  31. **Environmental Issues
  32. **Who's Hosting This Party?
  33.     
  34. JavaScript Games
  35. Guess the Number; JavaScript Slot Machine ; Generate Random Pictures; FRP; Dice 
  36. "Potsie" the Dice Roll Game; The Memory Game Color Matching Game (from the Color 
  37. chapter); Body Mass Index (BMI); 
  38. **Demonstration Crabby Dodecahedron
  39. **Paper Dolls
  40. **Trivia Game
  41. **Poker Solitaire
  42. **A Poker Game
  43. **3D-Graphic Adventure (titled "MARS Adventure")
  44.  
  45. The Status Bar
  46. Status Bar MessageThe Default Status Marquee #1: Left to Right Scroll Marquee #2: 
  47. Bouncing Marquee #3: Letter at a time Marquee #4: Missile Shots Marquee #5: 
  48. Random Messages;Marquee ** Stop Button Marquee 
  49. ** Timed Messages Timeout Overview 
  50.  
  51. JavaScript Clocks
  52. **Simple Status Bar Clock;
  53. ** Real Time Status Bar Clock;
  54. ** Scrolling Status Bar Clock Window Clock 
  55. **Digital Clock Date Formats 
  56. **Julian Days Monthly Calendar
  57. Overview of Dates and Time in JavaScript 
  58.  
  59. **JavaScript Strings (updated and expanded)
  60. Chop strings right and left 
  61. Chop strings at a given character string; 
  62. Strip a string's blanks
  63. Reverse a string 
  64. Create a repeating string 
  65. **Count a substring's occurrences 
  66. **Merge strings together Split a string into an array 
  67. **Splitting strings is useful for writing parsers 
  68. **Substitute first instance 
  69. **Substitute last instance 
  70. **Substitute every instance 
  71. **Set or limit decimal places 
  72. **Allow input prepended with dollar signs
  73. ** Recover an indexed substring using strings for arrays. 
  74. **Recover an indexed number from a string 
  75. **Cookbook string routines overview 
  76. Strings overview 
  77.  
  78. JavaScript Math
  79. A JavaScript Calculator
  80. JavaScript Formulas: The Tailor JavaScript Formulas: A Mortgage Calculator 
  81. JavaScript Formulas: Pseudo 1040EZ
  82. Random Numbers and Histograms 
  83. **Better Histograms Graphing a Function
  84. Better Random Numbers Fibonacci Numbers;
  85. Recursion RPN Calculator
  86. JavaScript Spreadsheet
  87. ** JavaScript Spreadsheet II
  88. Math Overview
  89.  
  90. JavaScript Colors
  91. Color Setter 
  92. Color "Hex" Numbers 
  93. Color Literals 
  94. Groovy Color Thing 
  95. **Groovy Color Thing II 
  96. **Groovy Color Thing III: The Scrolling Marquee
  97. Color Matching Game (Hard Version) 
  98. Color Matching Game (Easy Version)
  99. **Color Matching Game (Cheating Version) 
  100. **Color Window Scheme Creator
  101.  
  102. JavaScript Forms
  103. Confirming Submission 
  104. Validation #1: Blank Fields 
  105. Validation #2: Simple E-mail Check 
  106. Validation #3: Numbers 
  107. Selection Values 
  108. **"Drop-down" Menus
  109. **Radio Button Values 
  110. **Password Values 
  111. Handling "Enter" 
  112. **Protecting Fields 
  113. Forms Overview Data Structures
  114. User-Defined Objects 
  115. Introducing Arrays 
  116. Sorting Arrays 
  117. Strings to Arrays and Back 
  118. Strings to Arrays and Back II
  119. **Implemented using the Netscape String.split() function 
  120. Strings in Place of Arrays 
  121. Stacks 
  122. **Queues
  123. **LIFO.
  124. Matrix Reduction
  125.  
  126. JavaScript Cookies
  127. Cookie Examples 
  128. Cookie Peeker 
  129. **The Interactive Cookie Jar
  130. Site Visit Counter 
  131. To-Do List 
  132. "Potsie" with High Scores 
  133. JavaScript Cookbook Cookie Overview 
  134. **Mmmm. Cookie Recipes.
  135.  
  136. **JavaScript Windows(revised & expanded discussion of "frames")
  137. **A Window Remote Control 
  138. **Recursive Frame Description 
  139. **A Frames Remote Control 
  140. **The JavaScript Cookbook Windows Inspector
  141.  
  142. **JavaScript Multimedia
  143. **JavaScript Bach
  144. **Multimedia Slideshow
  145. **Guitar Salmon
  146. **Put Another Nickel In.
  147.     
  148.  
  149. **Hors d'oeuvres
  150. **Popup Window 
  151. **Self-Closing Popup Window 
  152. **Reload a Window 
  153. **Blink a Window 
  154. JavaScript Support 
  155. View source
  156. Easy Tables 
  157. Absolute Directory 
  158. Relative Directories 
  159. **Typewriter: Echo Text 
  160. **Client-Side Image Maps 
  161. **Slide Show 
  162. Object Utilities 
  163. That Flashy Intro Thing 
  164. **Stop the Scrolling Menaces 
  165.  
  166. **JavaScript for Navigator Only (almost completely new chapter including "Mouse-
  167. overs")
  168. **Getting in the Picture I: Caching Pictures
  169. **Getting in the Picture II: Smoother Animation 
  170. **The Mobile Mouse I: on MouseOver()
  171. **The Mobile Mouse II: onMouseOut()
  172. **The Dynamic Crystals Memory Game
  173. **Reversing an Array
  174. **Sorting an Array
  175. **Converting an Array to a String
  176.     
  177.  
  178. . **JavaScript 1.2 Goodies
  179. **Determining Compatibility
  180. **Language Extension I: While() You Were Looping
  181. **Language Extension II: A Switch() in Time
  182. **Language Extension III: String.charCodeAt(), String.fromCharCode()
  183. **Language Extension IV: String.slice()
  184. **Another Plank for the Platform
  185. **How Much Real Estate is Here?
  186. **How Much Real Estate Can I Use?
  187. **Paint with All the Colors of the Screen
  188. **Repeat Yourself
  189. **Cutting in Front of the Line
  190. **Wandering All Over: onMouseMove()
  191. **Point and Click I: onMouseDown(), onMouseUp()
  192. **Point and Click II: onMouseOver(), onMouseOut()
  193. **Getting All Keyed Up I: onKeyPress()
  194. **Getting All Keyed Up II: onKeyDown(), onKeyUp()
  195.     
  196.  
  197. **The Future of JavaScript/JScript
  198. **ECMA: Hey, We've Got Standards!
  199.  
  200.  
  201.  
  202.